@charset "UTF-8";
.context{
  min-width: 1200px;
}
img{
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  /* Chrome 和 Safari */
  -moz-backface-visibility:hidden;
  /* Firefox */
  -ms-backface-visibility:hidden;
  /* Internet Explorer */
}
.context .query {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px 10px 0px;
}

.context .query .left {
  margin-left: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.context .query .left .left-search {
  padding: 0px 15px;
  width: 680px;
  height: 47px;
  border-radius: 20px;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.context .query .left .left-search .selectBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
}

.context .query .left .left-search .selectBorder select {
  border: none;
  background-color: #f3f3f3;
  outline: none;
  font-size: 16px;
  width: 140px;
  color: #596173;
  outline: none;
}

.context .query .left .left-search .selectBorder .select-custom {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.context .query .left .left-search .selectBorder .drop-down {
  width: 34px;
}

.context .query .left .left-search input {
  margin-left: 10px;
  width: 550px;
  height: 45px;
  outline: none;
  background: #f3f3f3;
  border: 0;
  font-size: 16px;
}

.context .query .left .left-popularPositions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
}

.context .query .left .left-popularPositions .popularPositions {
  font-size: 14px;
  color: #bdc0c7;
  white-space: nowrap;
}

.context .query .left .left-popularPositions a {
  color: #3250b1;
  margin: 0px 15px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.context .query .right {
  margin-left: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.context .query .right .follow-font {
  white-space: nowrap;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 5px;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.75);
  line-height: 21px;
}

.context .classify {
  padding: 15px 0px;
  margin-bottom: 10px;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f7f9));
  background: linear-gradient(180deg, #ffffff 0%, #f5f7f9 100%); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.context .classify .left {
  background-color: #fff;
  border: 1px solid #cececf;
  width: 280px;
  padding: 10px 0px;
  border-radius: 5px;
}

.context .classify .left li {
  white-space: nowrap;
  color: #495266;
  font-family: PingFangSC-Regular, PingFang SC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 9px 5px 19px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  line-height: 18px;
}

.context .classify .left .moreClassify {
  overflow: auto;
  cursor: default;
  font-family: PingFangSC-Semibold, PingFang SC;
  background-color: #fff;
  color: #fff;
  position: absolute;
  right: -602px;
  top: 0px;
  width: 562px;
  height: 300px;
  -webkit-box-shadow: 0px 0px 2px #c9c6c6;
          box-shadow: 0px 0px 2px #c9c6c6;
  border-radius: 2px;
  padding: 20px;
  display: none;
  z-index: 2;
}

.context .classify .left .moreClassify .moreClassify-title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(23, 35, 61, 0.75);
}

.context .classify .left .moreClassify .moreClassify-context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0px;
  line-height: 35px;
}

.context .classify .left .moreClassify .moreClassify-context div {
  margin-right: 30px;
}

.context .classify .left .moreClassify .moreClassify-context a {
  font-weight: 400;
  font-size: 14px;
  color: #9196a3;
}

.context .classify .left .moreClassify-active {
  display: inline-block;
}

.context .classify .left li:hover {
  background-color: #f2f4fa;
  color: #637ac3;
}

.context .classify .right {
  margin-left: 20px;
  width: 900px;
  height: 490px;
  background-size: cover;
  background-repeat: no-repeat;
}

.context .real-timeInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  border-radius: 10px;
  width: 1200px;
  border: 1px solid #cececf;
  margin: auto;
  white-space: nowrap;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.75);
  line-height: 20px;
}

.context .real-timeInfo .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #dcdee2;
  padding: 0px 30px;
  padding-right: 80px;
}

.context .real-timeInfo .left div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 30px;
  margin: 0px 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6a7183;
  white-space: nowrap;
}

.context .real-timeInfo .middle {
  border-right: 1px solid #dcdee2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 50px 0px 30px;
}

.context .real-timeInfo .middle .policies {
  font-size: 24px;
  font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
  font-weight: bold;
  color: #06c2ba;
  line-height: 26px;
  margin: 0px 15px;
}

.context .real-timeInfo .middle .detail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.75);
  width: 260px;
}

.context .real-timeInfo .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.context .real-timeInfo .right .policies {
  font-size: 24px;
  font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
  font-weight: bold;
  color: #dd3636;
  line-height: 26px;
  margin: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.context .real-timeInfo .right .detail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.75);
}

.context .recommend {
  width: 1200px;
  margin: auto;
  margin-top: 20px;
  padding-bottom: 20px;
}

.context .recommend .recommend-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 276px;
  margin-bottom: 20px;
}

.recommend-top .lb1{
  position: absolute;
  top: 0;
  left: 0;
  width:285px;
  height:276px;
}

.recommend-top .lb1-img{
  width:285px;
  height:276px;
}

.recommend-top .lb2{
  position: absolute;
  top: 0;
  left: 305px;
  width:590px;
  height:128px;
}
.recommend-top .lb2-img {
  width:590px;
  height:128px;
}
.recommend-top .lb3{
  position: absolute;
  top: 0;
  left: 915px;
  width:285px;
  height:128px;
}
.recommend-top .lb3-img {
  width:285px;
  height:128px;
}
.recommend-top .lb4{
  position: absolute;
  bottom: 0;
  left: 305px;

  width:895px;
  height:128px;
}

.recommend-top .lb4-img {
  width:895px;
  height:128px;
}

.recommend-bottom .lb5{
  position: absolute;
  left: 0;
  top: 0;

  width:590px;
  height:128px;
}

.recommend-bottom .lb5-img {
  width:590px;
  height:128px;
}

.recommend-bottom .lb6{
  position: absolute;
  left: 0;
  bottom: 0;

  width:590px;
  height:128px;
}

.recommend-bottom .lb6-img {
  width:590px;
  height:128px;
}

.recommend-bottom .lb7{
  position: absolute;
  left: 611px;
  top: 0;

  width:285px;
  height:275px;
}

.recommend-bottom .lb7-img {
  width:285px;
  height:275px;
}

.recommend-bottom .lb8{
  position: absolute;
  left: 915px;
  top: 0;

  width:285px;
  height:275px;
}

.recommend-bottom .lb8-img {
  width:285px;
  height:275px;
}

.context .recommend .recommend-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
  height: 276px;
}

.context .latestJobFairBorder {
  /* background-color: #f5f7f9; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.context .latestJobFairBorder .lastestJobFair {
  width: 1200px;
  margin: auto;
}

.context .latestJobFairBorder .lastestJobFair .templateBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 1200px;
}

.context .latestJobFairBorder .lastestJobFair .template {
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 20px;
  width: 386px;
  background: #fff;
  /* padding: 20px 10px; */
  font-family: PingFangSC-Semibold, PingFang SC;
  box-shadow: 0px 0px 10px #e4e4e9;
}

.context .latestJobFairBorder .lastestJobFair .template .template-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: rgba(23, 35, 61, 0.85);
}

.context .latestJobFairBorder .lastestJobFair .template .template-date {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.65);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.context .latestJobFairBorder .lastestJobFair .template .template-operation {
  margin-top: 25px;
}

.context .latestJobFairBorder .lastestJobFair .template .template-operation .operation-primary {
  cursor: pointer;
  margin: 0px 5px;
  background-color: #6e90ff;
  color: #fff;
  border-radius: 4px;
  padding: 8px 14px;
  display: inline-block;
  font-size: 14px;
}

.context .latestJobFairBorder .lastestJobFair .template .template-operation .operation-default {
  cursor: pointer;
  margin: 0px 5px;
  font-size: 14px;
  color: #17233d;
  border: 1px solid #e5e6e9;
  border-radius: 4px;
  padding: 8px 14px;
  display: inline-block;
}

.context .latestPositionBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.context .latestPositionBorder .latestPosition {
  width: 1200px;
  margin: auto;
}

.context .latestPositionBorder .latestPosition .tabContent {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.context .latestPositionBorder .latestPosition .tabContent .template {
  font-family: PingFangSC-Regular, PingFang SC;
  width: 356px;
  min-height: 104px;
  -webkit-box-shadow: 0px 0px 10px #e4e4e9;
          box-shadow: 0px 0px 10px #e4e4e9;
  padding: 20px 15px 5px 15px;
  margin: 0px 0px 20px 10px;
}

.context .latestPositionBorder .latestPosition .tabContent .template .Ttitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.context .latestPositionBorder .latestPosition .tabContent .template .Ttitle .name {
  font-size: 16px;
  font-weight: 600;
  color: rgba(23, 35, 61, 0.85);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.context .latestPositionBorder .latestPosition .tabContent .template .Ttitle .wages {
  font-size: 14px;
  font-weight: 400;
  color: #FF6700;
}

.context .latestPositionBorder .latestPosition .tabContent .template .Ttitle .category {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.context .latestPositionBorder .latestPosition .tabContent .template .detail {
  font-size: 14px;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.45);
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f2f3;
  letter-spacing: 1px;
}

.context .latestPositionBorder .latestPosition .tabContent .template .logoName {
  font-size: 14px;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.75);
  margin-top: 10px;
}

.context .latestPositionBorder .latestPosition .tabContent .template .tabBorder {
  -webkit-box-shadow: 0px 0px 10px #e4e1e1;
          box-shadow: 0px 0px 10px #e4e1e1;
  padding: 10px 10px 0px 20px;
}

.context .popularEnterprisesBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* background-image: url("../../../../../../../icon/index/wt9.png"); */
  background-repeat: no-repeat;
  background-size: cover;
}

.context .popularEnterprisesBorder .popularEnterprises {
  width: 1200px;
  margin: auto;
}

.context .popularEnterprisesBorder .popularEnterprises .templateBorder {
  min-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.context .popularEnterprisesBorder .popularEnterprises .templateBorder .template {
  margin: 0px 0px 20px 10px;
  width: 285px;
  box-shadow: 0px 0px 5px #e4e4e9;
  height: 261px;
  background: #ffffff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 40px;
}

.context .popularEnterprisesBorder .popularEnterprises .templateBorder .template .name {
  color: #717888;
}

.context .popularEnterprisesBorder .popularEnterprises .templateBorder .template .type {
  color: #9a9fab;
}

.context .popularEnterprisesBorder .popularEnterprises .templateBorder .template .more {
  width: 194px;
  height: 32px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid rgba(23, 35, 61, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.context .linksBorder .links {
  width: 1200px;
  margin: auto;
}

.context .linksBorder .links .linkageBorder {
  -webkit-box-shadow: 0px 0px 8px #e4e1e1;
          box-shadow: 0px 0px 8px #e4e1e1;
  padding: 10px;
  line-height: 33px;
}

.context .linksBorder .links .linkageBorder .link-item {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.context .linksBorder .links .linkageBorder .link-item .link-item-title {
  font-weight: 600;
  color: #4d556a;
}

.context .linksBorder .links .linkageBorder .link-item .link-list {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.context .linksBorder .links .linkageBorder .link-item .link-list a {
  color: #828997;
  font-weight: 400;
  margin-right: 20px;
}

.context .linksBorder .links .officialWebsite {
  margin-top: 20px;
  background-image: url("../../../../../../../icon/index/mb1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25.5px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.context .linksBorder .links .officialWebsite .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 30px;
}

.context .linksBorder .links .officialWebsite .text .text-top {
  font-size: 24px;
  font-family: Helvetica;
  color: #ffffff;
}

.context .linksBorder .links .officialWebsite .text .text-bottom {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.context .linksBorder .links .officialWebsite .knowUs {
  width: 131px;
  height: 35px;
  background: linear-gradient(176deg, #ffe944 0%, #ffd731 100%);
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.context .linksBorder .links .officialWebsite .knowUs a {
  font-size: 16px;
  font-weight: 500;
  color: #962800;
}

.context .title {
  margin: 46px 0px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

.context .views {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #3250b1;
  width: 157px;
  height: 40px;
  font-size: 16px;
  color: #3250b1;
  margin: 40px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.context .layui-tab-brief > .layui-tab-title .layui-this {
  color: #3250b1;
  text-shadow: 0px 0px 1px #3250b1;
}

.context .layui-tab-brief > .layui-tab-more li.layui-this:after,
.context .layui-tab-brief .layui-tab-title .layui-this:after {
  border-bottom: 3px solid #3250b1;
}

.context .layui-tab-title li {
  margin-right: 50px;
  line-height: 20px;
  padding: 0;
}

.context .layui-tab-title {
  border-bottom-width: 0px;
}

.context .layui-btn-primary {
  border: 0px;
  padding-right: 20px;
  width: 60px;
}

.context .layui-btn-primary:hover {
  border: 0px;
}

.context .layui-icon-more-vertical:before {
  display: none;
}
/*# sourceMappingURL=index.css.map */